home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / X11 / app-defaults / XScreenSaver-nogl < prev    next >
Text File  |  2009-09-22  |  16KB  |  498 lines

  1. !
  2. !                              XScreenSaver
  3. !
  4. !            a screen saver and locker for the X window system
  5. !                            by Jamie Zawinski
  6. !
  7. !                              version 5.08
  8. !                              27-Dec-2008
  9. !
  10. ! See "man xscreensaver" for more info.  The latest version is always
  11. ! available at http://www.jwz.org/xscreensaver/
  12.  
  13.  
  14. ! These resources, when placed in the system-wide app-defaults directory
  15. ! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default
  16. ! settings for new users.  However, if you have a ".xscreensaver" file in
  17. ! your home directory, the settings in that file take precedence.
  18.  
  19.  
  20. ! Don't hand this file to "xrdb" -- that isn't how app-defaults files work.
  21. ! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults
  22. ! file, they are used differently, and if you run this file through xrdb,
  23. ! you will probably mess things up.
  24.  
  25. #error Do not run app-defaults files through xrdb!
  26. #error That does not do what you might expect.
  27. #error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead.
  28.  
  29. ! /* (xrdb prevention kludge: whole file)
  30.  
  31. *mode:            random
  32. *timeout:        0:10:00
  33. *cycle:            0:10:00
  34. *lockTimeout:        0:00:00
  35. *passwdTimeout:        0:00:30
  36. *dpmsEnabled:        False
  37. *dpmsStandby:        2:00:00
  38. *dpmsSuspend:        2:00:00
  39. *dpmsOff:        4:00:00
  40. *grabDesktopImages:    True
  41. *grabVideoFrames:    False
  42. *chooseRandomImages:    True
  43. *imageDirectory:    /usr/share/backgrounds
  44. *nice:            10
  45. *memoryLimit:        0
  46. *lock:            False
  47. *verbose:        False
  48. *timestamp:        True
  49. *fade:            True
  50. *unfade:        False
  51. *fadeSeconds:        0:00:03
  52. *fadeTicks:        20
  53. *splash:        True
  54. *splashDuration:    0:00:05
  55. *visualID:        default
  56. *captureStderr:     True
  57. *ignoreUninstalledPrograms: False
  58.  
  59. *textMode:        file
  60. *textLiteral:        XScreenSaver
  61. *textFile:        
  62. *textProgram:        fortune
  63. *textURL:        http://fridge.ubuntu.com/node/feed
  64.  
  65. *overlayTextForeground:    #FFFF00
  66. *overlayTextBackground:    #000000
  67. *overlayStderr:        True
  68. *font:            *-medium-r-*-140-*-m-*
  69.  
  70. ! The default is to use these extensions if available (as noted.)
  71. *sgiSaverExtension:    True
  72. *xidleExtension:    True
  73. *procInterrupts:    True
  74.  
  75. ! Set this to True if you are experiencing longstanding XFree86 bug #421
  76. ! (xscreensaver not covering the whole screen)
  77. GetViewPortIsFullOfLies: False
  78.  
  79. ! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
  80. *demoCommand: xscreensaver-demo
  81.  
  82. ! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
  83. *prefsCommand: xscreensaver-demo -prefs
  84.  
  85. ! This is the URL loaded by the "Help" button on the splash screen,
  86. ! and by the "Documentation" menu item in xscreensaver-demo.
  87. *helpURL: http://www.jwz.org/xscreensaver/man.html
  88.  
  89. ! loadURL       -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
  90. ! manualCommand -- how the "Documentation" buttons display man pages.
  91. !
  92. ! And there are so very many options to choose from!
  93. !
  94. *loadURL: x-www-browser '%s'
  95. *manualCommand: x-terminal-emulator -title '%s manual' \
  96.         -e '/bin/sh -c "man %s; read foo"'
  97. !
  98. !   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
  99. !
  100. *loadURL: x-www-browser '%s'
  101. *manualCommand: x-terminal-emulator -title '%s manual' \
  102.         --command '/bin/sh -c "man %s; read foo"'
  103. !
  104. !   Gnome 2.2:
  105. !
  106. !    *loadURL: x-www-browser '%s'
  107. !    *manualCommand: x-terminal-emulator -title '%s manual' \
  108. !            --command '/bin/sh -c "man %s; read foo"'
  109. !
  110. !   Gnome 1.4:
  111. !
  112. !    *loadURL: gnome-moz-remote --newwin '%s'
  113. !    *manualCommand: gnome-help-browser 'man:%s'
  114. !
  115. !   non-Gnome systems:
  116. !
  117. !    *loadURL: x-www-browser '%s'
  118. !    *manualCommand: x-terminal-emulator -title '%s manual' \
  119. !                -e /bin/sh -c 'man "%s" ; read foo'
  120.  
  121.  
  122. ! The format used for printing the date and time in the password dialog box
  123. ! (see the strftime(3) manual page for details.)
  124. *dateFormat:        %d-%b-%y (%a); %I:%M %p
  125. ! To show the time only:
  126. ! *dateFormat:        %I:%M %p
  127. ! For 24 hour time:
  128. ! *dateFormat:        %H:%M
  129.  
  130.  
  131. ! This command is executed by the "New Login" button on the lock dialog.
  132. ! (That button does not appear on the dialog if this program does not exist.)
  133. ! For Gnome: probably "gdmflexiserver -ls".  KDE, probably "kdmctl reserve".
  134. !
  135. ! *newLoginCommand:    /usr/bin/gdmflexiserver
  136. *newLoginCommand:    gdmflexiserver -l -a -c FLEXI_XSERVER
  137.  
  138.  
  139. ! Turning on "installColormap" on 8-bit systems interacts erratically with
  140. ! certain jurassic window managers.  If your screen turns some color other
  141. ! than black, the window manager is buggy, and you need to set this resource
  142. ! to false.  Or switch WMs.  Or join the 21st century and get a 24-bit
  143. ! graphics card.
  144. !
  145. *installColormap:    True
  146.  
  147.  
  148. ! This is the list of installed screen saver modes.  See "man xscreensaver"
  149. ! for the syntax used here.
  150. !
  151. ! If you want to disable a screensaver, DO NOT remove it from this list:
  152. ! instead, mark it as inactive by placing a "-" at the beginning of the line.
  153. !
  154. ! You can use the `xscreensaver-demo' program to edit the current list of
  155. ! screen savers interactively.
  156. !
  157. *programs:                                      \
  158.                 maze -root                    \n\
  159. - GL:                 superquadrics -root                \n\
  160.                 attraction -root                \n\
  161.                 blitspin -root                    \n\
  162.                 greynetic -root                    \n\
  163.                 helix -root                    \n\
  164.                 hopalong -root                    \n\
  165. -                hypercube -root                    \n\
  166.                 imsmap -root                    \n\
  167. -                noseguy -root                    \n\
  168. -                pyro -root                    \n\
  169.                 qix -root                    \n\
  170. -                rocks -root                    \n\
  171.                 rorschach -root                    \n\
  172.                 decayscreen -root                \n\
  173.                 flame -root                    \n\
  174.                 halo -root                    \n\
  175.                 slidescreen -root                \n\
  176.                 pedal -root                    \n\
  177.                 bouboule -root                    \n\
  178. -                braid -root                    \n\
  179.                 coral -root                    \n\
  180.                 deco -root                    \n\
  181.                 drift -root                    \n\
  182. -                fadeplot -root                    \n\
  183.                 galaxy -root                    \n\
  184.                 goop -root                    \n\
  185.                 grav -root                    \n\
  186.                 ifs -root                    \n\
  187. - GL:                 jigsaw -root                    \n\
  188.                 julia -root                    \n\
  189. -                kaleidescope -root                \n\
  190. - GL:                 moebius -root                    \n\
  191.                 moire -root                    \n\
  192. - GL:                 morph3d -root                    \n\
  193.                 mountain -root                    \n\
  194.                 munch -root                    \n\
  195.                 penrose -root                    \n\
  196. - GL:                 pipes -root                    \n\
  197.                 rd-bomb -root                    \n\
  198. - GL:                 rubik -root                    \n\
  199. -                sierpinski -root                \n\
  200.                 slip -root                    \n\
  201. - GL:                 sproingies -root                \n\
  202.                 starfish -root                    \n\
  203.                 strange -root                    \n\
  204.                 swirl -root                    \n\
  205.                 triangle -root                    \n\
  206.                 xjack -root                    \n\
  207.                 xlyap -root                    \n\
  208. - GL:                 atlantis -root                    \n\
  209.                 bsod -root                    \n\
  210. - GL:                 bubble3d -root                    \n\
  211. - GL:                 cage -root                    \n\
  212. -                crystal -root                    \n\
  213.                 cynosure -root                    \n\
  214.                 discrete -root                    \n\
  215.                 distort -root                    \n\
  216.                 epicycle -root                    \n\
  217.                 flow -root                    \n\
  218. - GL:                 glplanet -root                    \n\
  219.                 interference -root                \n\
  220.                 kumppa -root                    \n\
  221. - GL:                 lament -root                    \n\
  222.                 moire2 -root                    \n\
  223. - GL:                 sonar -root                    \n\
  224. - GL:                 stairs -root                    \n\
  225.                 truchet -root                    \n\
  226. -                vidwhacker -root                \n\
  227.                 blaster -root                    \n\
  228.                 bumps -root                    \n\
  229.                 ccurve -root                    \n\
  230.                 compass -root                    \n\
  231.                 deluxe -root                    \n\
  232. -                demon -root                    \n\
  233. - GL:                 extrusion -root                    \n\
  234. -                loop -root                    \n\
  235.                 penetrate -root                    \n\
  236.                 petri -root                    \n\
  237.                 phosphor -root                    \n\
  238. - GL:                 pulsar -root                    \n\
  239.                 ripples -root                    \n\
  240.                 shadebobs -root                    \n\
  241. - GL:                 sierpinski3d -root                \n\
  242.                 spotlight -root                    \n\
  243.                 squiral -root                    \n\
  244.                 wander -root                    \n\
  245. -                webcollage -root                \n\
  246.                 xflame -root                    \n\
  247.                 xmatrix -root                    \n\
  248. - GL:                 gflux -root                    \n\
  249. -                hyperball -root                    \n\
  250. -                nerverot -root                    \n\
  251.                 xrayswarm -root                    \n\
  252.                 xspirograph -root                \n\
  253. - GL:                 circuit -root                    \n\
  254. - GL:                 dangerball -root                \n\
  255. - GL:                 dnalogo -root                    \n\
  256. - GL:                 engine -root                    \n\
  257. - GL:                 flipscreen3d -root                \n\
  258. - GL:                 gltext -root                    \n\
  259. - GL:                 menger -root                    \n\
  260. - GL:                 molecule -root                    \n\
  261.                 rotzoomer -root                    \n\
  262.                 speedmine -root                    \n\
  263. - GL:                 starwars -root                    \n\
  264. - GL:                 stonerview -root                \n\
  265.                 vermiculate -root                \n\
  266.                 whirlwindwarp -root                \n\
  267.                 zoom -root                    \n\
  268.                 anemone -root                    \n\
  269.                 apollonian -root                \n\
  270. - GL:                 boxed -root                    \n\
  271. - GL:                 cubenetic -root                    \n\
  272. - GL:                 endgame -root                    \n\
  273.                 euler2d -root                    \n\
  274.                 fluidballs -root                \n\
  275. - GL:                 flurry -root                    \n\
  276. - GL:                 glblur -root                    \n\
  277. - GL:                 glsnake -root                    \n\
  278.                 halftone -root                    \n\
  279. -                juggle -root                    \n\
  280. - GL:                 lavalite -root                    \n\
  281. -                polyominoes -root                \n\
  282. - GL:                 queens -root                    \n\
  283. - GL:                 sballs -root                    \n\
  284. - GL:                 spheremonics -root                \n\
  285. -                thornbird -root                    \n\
  286.                 twang -root                    \n\
  287. - GL:                 antspotlight -root                \n\
  288.                 apple2 -root                    \n\
  289. - GL:                 atunnel -root                    \n\
  290.                 barcode -root                    \n\
  291. - GL:                 blinkbox -root                    \n\
  292. - GL:                 blocktube -root                    \n\
  293. - GL:                 bouncingcow -root                \n\
  294.                 cloudlife -root                    \n\
  295. - GL:                 cubestorm -root                    \n\
  296.                 eruption -root                    \n\
  297. - GL:                 flipflop -root                    \n\
  298. - GL:                 flyingtoasters -root                \n\
  299.                 fontglide -root                    \n\
  300. - GL:                 gleidescope -root                \n\
  301. - GL:                 glknots -root                    \n\
  302. - GL:                 glmatrix -root                    \n\
  303. - GL:                 glslideshow -root                \n\
  304. - GL:                 hypertorus -root                \n\
  305. - GL:                 jigglypuff -root                \n\
  306. - GL:                 klein -root                    \n\
  307.                 metaballs -root                    \n\
  308. - GL:                 mirrorblob -root                \n\
  309.                 piecewise -root                    \n\
  310. - GL:                 polytopes -root                    \n\
  311.                 pong -root                    \n\
  312.                 popsquares -root                \n\
  313.                 xanalogtv -root                    \n\
  314. -                abstractile -root                \n\
  315.                 anemotaxis -root                \n\
  316. - GL:                 antinspect -root                \n\
  317.                 fireworkx -root                    \n\
  318.                 fuzzyflakes -root                \n\
  319.                 interaggregate -root                \n\
  320.                 intermomentary -root                \n\
  321.                 memscroller -root                \n\
  322. - GL:                 noof -root                    \n\
  323.                 pacman -root                    \n\
  324. - GL:                 pinion -root                    \n\
  325. - GL:                 polyhedra -root                    \n\
  326. - GL:                 providence -root                \n\
  327.                 substrate -root                    \n\
  328.                 wormhole -root                    \n\
  329. - GL:                 antmaze -root                    \n\
  330. - GL:                 boing -root                    \n\
  331.                 boxfit -root                    \n\
  332. - GL:                 carousel -root                    \n\
  333.                 celtic -root                    \n\
  334. - GL:                 crackberg -root                    \n\
  335. - GL:                 cube21 -root                    \n\
  336.                 fiberlamp -root                    \n\
  337. - GL:                 fliptext -root                    \n\
  338. - GL:                 glhanoi -root                    \n\
  339. - GL:                 juggler3d -root                    \n\
  340. - GL:                 tangram -root                    \n\
  341. - GL:                 timetunnel -root                \n\
  342. - GL:                 glschool -root                    \n\
  343. - GL:                 topblock -root                    \n\
  344. - GL:                 cubicgrid -root                    \n\
  345.                 cwaves -root                    \n\
  346. - GL:                 gears -root                    \n\
  347. - GL:                 glcells -root                    \n\
  348. - GL:                 lockward -root                    \n\
  349.                 m6502 -root                    \n\
  350. - GL:                 moebiusgears -root                \n\
  351. - GL:                 voronoi -root                    \n\
  352. - GL:                 hypnowheel -root                \n\
  353. -                lcdscrub -root                    \n\
  354. - GL:                 photopile -root                    \n\
  355. - GL:                 skytentacles -root                \n
  356.  
  357.  
  358.  
  359. !=============================================================================
  360. !
  361. !      You probably don't want to change anything after this point.
  362. !
  363. !=============================================================================
  364.  
  365.  
  366. XScreenSaver.pointerPollTime:        0:00:05
  367. XScreenSaver.pointerHysteresis:        10
  368. XScreenSaver.initialDelay:        0:00:00
  369. XScreenSaver.windowCreationTimeout:    0:00:30
  370. XScreenSaver.bourneShell:        /bin/sh
  371.  
  372.  
  373. ! Resources for the password and splash-screen dialog boxes of
  374. ! the "xscreensaver" daemon.
  375. !
  376. *Dialog.headingFont:        *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
  377. *Dialog.bodyFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  378. *Dialog.labelFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  379. *Dialog.unameFont:        *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
  380. *Dialog.buttonFont:        *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
  381. *Dialog.dateFont:        *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
  382. ! Helvetica asterisks look terrible.
  383. !*passwd.passwdFont:        *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
  384. *passwd.passwdFont:        *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
  385.  
  386. *Dialog.foreground:        #000000
  387. *Dialog.background:        #E6E6E6
  388. *Dialog.Button.foreground:    #000000
  389. *Dialog.Button.background:    #F5F5F5
  390. !*Dialog.Button.pointBackground: #EAEAEA
  391. !*Dialog.Button.clickBackground: #C3C3C3
  392. *Dialog.text.foreground:    #000000
  393. *Dialog.text.background:    #FFFFFF
  394. *passwd.thermometer.foreground:    #4464AC
  395. *passwd.thermometer.background:    #FFFFFF
  396. *Dialog.topShadowColor:        #FFFFFF
  397. *Dialog.bottomShadowColor:    #CECECE
  398. *Dialog.logo.width:        210
  399. *Dialog.logo.height:        210
  400. *Dialog.internalBorderWidth:    24
  401. *Dialog.borderWidth:        1
  402. *Dialog.shadowThickness:    2
  403.  
  404. *passwd.heading.label:        XScreenSaver %s
  405. *passwd.body.label:        Please enter your password.
  406. *passwd.unlock.label:        OK
  407. *passwd.login.label:        New Login
  408. *passwd.user.label:        Username:
  409. *passwd.passwd.label:        Password:
  410. *passwd.thermometer.width:    8
  411. *passwd.asterisks:              True
  412. *passwd.uname:                  True
  413.  
  414. *splash.heading.label:        XScreenSaver %s
  415. *splash.body.label:        Copyright ⌐ 1991-2008 by
  416. *splash.body2.label:        Jamie Zawinski <jwz@jwz.org>
  417. *splash.demo.label:        Settings
  418. *splash.help.label:        Help
  419.  
  420.  
  421. !=============================================================================
  422. !
  423. ! Pretty names for the hacks that have unusual capitalization.
  424. !
  425. !=============================================================================
  426.  
  427. *hacks.antinspect.name:     AntInspect
  428. *hacks.antmaze.name:        AntMaze
  429. *hacks.antspotlight.name:   AntSpotlight
  430. *hacks.blinkbox.name:       BlinkBox
  431. *hacks.blitspin.name:       BlitSpin
  432. *hacks.blocktube.name:      BlockTube
  433. *hacks.bouncingcow.name:    BouncingCow
  434. *hacks.boxfit.name:         BoxFit
  435. *hacks.bsod.name:           BSOD
  436. *hacks.bubble3d.name:       Bubble3D
  437. *hacks.ccurve.name:         CCurve
  438. *hacks.cloudlife.name:      CloudLife
  439. *hacks.cubestorm.name:      CubeStorm
  440. *hacks.cubicgrid.name:      CubicGrid
  441. *hacks.cwaves.name:         CWaves
  442. *hacks.dangerball.name:     DangerBall
  443. *hacks.decayscreen.name:    DecayScreen
  444. *hacks.dnalogo.name:        DNA Logo
  445. *hacks.euler2d.name:        Euler2D
  446. *hacks.fadeplot.name:       FadePlot
  447. *hacks.flipflop.name:       FlipFlop
  448. *hacks.flipscreen3d.name:   FlipScreen3D
  449. *hacks.fliptext.name:       FlipText
  450. *hacks.fluidballs.name:     FluidBalls
  451. *hacks.flyingtoasters.name: FlyingToasters
  452. *hacks.fontglide.name:      FontGlide
  453. *hacks.fuzzyflakes.name:    FuzzyFlakes
  454. *hacks.gflux.name:          GFlux
  455. *hacks.gleidescope.name:    Gleidescope
  456. *hacks.glforestfire.name:   GLForestFire
  457. *hacks.hyperball.name:      HyperBall
  458. *hacks.hypercube.name:      HyperCube
  459. *hacks.ifs.name:            IFS
  460. *hacks.imsmap.name:         IMSMap
  461. *hacks.jigglypuff.name:     JigglyPuff
  462. *hacks.juggler3d.name:      Juggler3D
  463. *hacks.lcdscrub.name:       LCDscrub
  464. *hacks.lmorph.name:         LMorph
  465. *hacks.m6502.name:          m6502
  466. *hacks.memscroller.name:    MemScroller
  467. *hacks.metaballs.name:      MetaBalls
  468. *hacks.mirrorblob.name:     MirrorBlob
  469. *hacks.moebiusgears.name:   MoebiusGears
  470. *hacks.morph3d.name:        Morph3D
  471. *hacks.nerverot.name:       NerveRot
  472. *hacks.noseguy.name:        NoseGuy
  473. *hacks.popsquares.name:     PopSquares
  474. *hacks.rd-bomb.name:        RDbomb
  475. *hacks.rdbomb.name:         RDbomb
  476. *hacks.rotzoomer.name:      RotZoomer
  477. *hacks.sballs.name:         SBalls
  478. *hacks.shadebobs.name:      ShadeBobs
  479. *hacks.sierpinski3d.name:   Sierpinski3D
  480. *hacks.skytentacles.name:   SkyTentacles
  481. *hacks.slidescreen.name:    SlideScreen
  482. *hacks.speedmine.name:      SpeedMine
  483. *hacks.starwars.name:       StarWars
  484. *hacks.stonerview.name:     StonerView
  485. *hacks.t3d.name:            T3D
  486. *hacks.timetunnel.name:     TimeTunnel
  487. *hacks.topblock.name:       TopBlock
  488. *hacks.vidwhacker.name:     VidWhacker
  489. *hacks.webcollage.name:     WebCollage
  490. *hacks.whirlwindwarp.name:  WhirlWindWarp
  491. *hacks.xanalogtv.name:      XAnalogTV
  492. *hacks.xrayswarm.name:      XRaySwarm
  493.  
  494. ! obsolete, but still used by xscreensaver-demo-Xm.
  495. *hacks.documentation.isInstalled: True
  496.  
  497. ! (xrdb prevention kludge: whole file) */
  498.